Click or drag to resize

Contact Constructor

Overload List
  NameDescription
Public methodContact
Initializes a new instance of the Contact class.
Public methodContact(String)
Initializes a new instance of the Contact class from the specified string.
Public methodContact(String, String)
Initializes a new instance of the Contact class with the specified name and address.
Public methodContact(String, String, Int32)
Initializes a new instance of the Contact class with the specified name, address and expires value.
Public methodContact(String, String, String)
Initializes a new instance of the Contact class with the specified name, address and expires value.
Top
See Also